gtk: Fix XIGrabKeycode usage
authorBastien Nocera <hadess@hadess.net>
Thu, 27 Oct 2011 10:09:26 +0000 (11:09 +0100)
committerBastien Nocera <hadess@hadess.net>
Fri, 28 Oct 2011 11:03:22 +0000 (12:03 +0100)
commit0888e6f4854507600bdb72fe2eea65496be98407
tree49c50921a51f33b66d3f7c8a97dc5de8db370a03
parent701c00e8cf79e88d3bc2e1a138ec1592d69ebc78
gtk: Fix XIGrabKeycode usage

A modifier of "0" is still a modifier and must be submitted normally.
A num_modifiers of 0 is essentially a noop in the server.

As mentioned by Peter Hutterer <peter.hutterer@who-t.net>

https://bugzilla.gnome.org/show_bug.cgi?id=662839
gtk/gtkdnd.c